Doc fixes
authorMatthias Clasen <matthiasc@src.gnome.org>
Mon, 29 Dec 2008 04:34:04 +0000 (04:34 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 29 Dec 2008 04:34:04 +0000 (04:34 +0000)
svn path=/trunk/; revision=21974

ChangeLog
gtk/gtkimagemenuitem.c

index 0f0ac4eb33af22d2bb3b3b5017e5ce91df53b983..7b01f4731367c9ea472dced2dbc07b46635691be 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-12-28  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkimagemenuitem.c: Doc fixes
+
 2008-12-28  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtkeditable.h: Match parameter names to make gtk-doc happy.
index f328224357561a3faaaf6c8024b446ad64041ed0..c4a1c8facb251aea0fbc3b11ba611113e9946072 100644 (file)
@@ -612,13 +612,12 @@ gtk_image_menu_item_set_use_stock (GtkImageMenuItem *image_menu_item,
 /**
  * gtk_image_menu_item_get_use_stock:
  * @image_menu_item: a #GtkImageMenuItem
- * @use_stock: %TRUE if the menuitem should use a stock item
  *
  * Checks whether the label set in the menuitem is used as a
  * stock id to select the stock item for the item.
  *
  * Returns: %TRUE if the label set in the menuitem is used as a
- * stock id to select the stock item for the item
+ *     stock id to select the stock item for the item
  *
  * Since: 2.16
  */
@@ -648,8 +647,6 @@ gtk_image_menu_item_get_use_stock (GtkImageMenuItem *image_menu_item)
  * If you want this menu item to have changeable accelerators then
  * you shouldnt need this (see gtk_image_menu_item_new_from_stock()).
  *
- * Returns: whether an accelerator from the stock was successfully added.
- *
  * Since: 2.16
  */
 void